// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-02A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Julius Caesar','Angus Bowmer Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','7/1/2025','8:00 PM','6850691','Julius-Caesar-7-1-2025'],['Into the Woods','Allen Elizabeth Theatre - Oregon Shakespeare Festival','Ashland, OR','Tuesday','7/1/2025','8:00 PM','6851287','Into-the-Woods-7-1-2025'],['Battle Creek Field of Flight Air Show and Balloon Festival','Battle Creek Executive Airport at Kellogg Field','Battle Creek, MI','Wednesday','7/2/2025','TBD','7041143','Battle-Creek-Field-of-Flight-Air-Show-and-Balloon-Festival-7-2-2025'],['Wild West Festival - 3 Day Pass','Wild West Festival','Hays, KS','Wednesday','7/2/2025','TBD','6982826','Wild-West-Festival---3-Day-Pass-7-2-2025'],['August Wilson's Jitney','Angus Bowmer Theatre - Oregon Shakespeare Festival','Ashland, OR','Wednesday','7/2/2025','1:30 PM','6850401','August-Wilson-s-Jitney-7-2-2025'],['Annie','Stratford Festival Theatre','Stratford, Canada','Wednesday','7/2/2025','2:00 PM','6850211','Annie-7-2-2025'],['Festivoix de Trois-Riveres: Simple Plan & Ingrid St. Pierre','FestiVoix de Trois-Rivieres','Trois-rivieres, Canada','Wednesday','7/2/2025','5:00 PM','7070726','Festivoix-de-Trois-Riveres--Simple-Plan---Ingrid-St--Pierre-7-2-2025'],['T.I.','Pepsi Bayside Music Stage At National Cherry Festival','Traverse City, MI','Wednesday','7/2/2025','6:00 PM','6893414','T-I--7-2-2025'],['Soif de Musique: Billie Du Page & Fredz - Wednesday','Pavillon des Sports Roland Desourdy','Cowansville, Canada','Wednesday','7/2/2025','7:00 PM','7230239','Soif-de-Musique--Billie-Du-Page---Fredz---Wednesday-7-2-2025'],['Nas & Chicago Philharmonic','Ravinia Pavilion','Highland Park, IL','Wednesday','7/2/2025','8:00 PM','7039027','Nas---Chicago-Philharmonic-7-2-2025']],'"Festival"','https://www.ticketnetwork.com');